home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUCLS3.ZIP / NURN.ZP / TOP.HLP < prev    next >
Text File  |  1993-01-04  |  2KB  |  31 lines

  1. 1. Functions of the Network Structure Estimation Program
  2.  a. This program examines the training data and;
  3.  b. Requests a minimum acceptable classification error 
  4.     percentage from the user. A typical number is one 
  5.     between 0 and 10.
  6.  c. Requests a maximum number of iterations from the user.
  7.     A typical number is 10.
  8.  d. Estimates the required network structure for an MLP to attain 
  9.     the desired classification error percentage
  10.  e. Notifies user if the network will generalize or memorize
  11.  
  12. 2. Example Run of the Network Structure Estimation Program
  13.  a. Go to the "Batch Processing" option and press <ret>
  14.  b. Observe the parameter file with commented keyboard responses;
  15.  
  16. GRNG          ! data filename
  17. 16            ! number of inputs per pattern 
  18. 3             ! minimum acceptable error percentage (0 to 10, usually)
  19. 8             ! maximum allowable number of iterations
  20.  
  21.     Here, we will estimate the required size of an MLP for 
  22.     classifying geometric shapes (elipses, triangles, 
  23.     quadrilaterals, and pentagons.
  24.  c. Exit the DOS editor and observe the program running
  25.  d. Go to the "Examine Program Output" option and press <ret>
  26.  e. The program predicts that a network with 13 hidden units, in 
  27.     two hidden layers, can have a classification error percentage
  28.     of 2.375.
  29.  f. You can run this program on your own data, simply by editing the 
  30.     parameter file in the "batch Run" option.
  31.